.carousel {
  height: 700px;
  -webkit-perspective: 300px;
          perspective: 300px;
}

.carousel .carousel-item {
  width: 500px;
}

.carousel .carousel-item .sliderImg {
  width: 100%;
}

.carousel .carousel-item h3 {
  color: #ffffff;
  text-align: center;
}

.carousel .carousel-item p {
  text-align: center;
  color: #ffffff;
}

.btn,
.btn-large {
  background: none;
}

h1 {
  color: #ffffff;
  text-align: center;
}

h2 {
  text-align: center;
}

.header {
  padding-bottom: 30px;
}

.section {
  text-align: center;
}

.skills-icon {
  width: 150px;
  height: 75px;
  border-radius: 0.25rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

nav,
.page-footer {
  background-color: black;
}

#modalPicture {
  border-radius: 50%;
  width: 300px;
  height: 300px;
}

.modal {
  border-radius: 0.5rem;
}

.modal-content {
  text-align: center;
}

/* Social media buttons */
li .fa {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3b5998;
  color: white;
  border-radius: 0.5rem;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
  border-radius: 0.5rem;
}

.fa-instagram {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  color: white;
  border-radius: 0.5rem;
}

.fa-github {
  background: #505050;
  color: white;
  border-radius: 0.5rem;
}

.fa-envelope {
  background: red;
  color: white;
  border-radius: 0.5rem;
}

.side-nav-icon {
  color: black;
}
/*# sourceMappingURL=style.css.map */